#!/bin/bash
cd "$(dirname "$0")"
echo "Building Release"
cordova build --release
echo "Done"
bash